Realm Kotlin SDK - Sync
/
io.realm.kotlin.mongodb.ext
Package io.
realm.
kotlin.
mongodb.
ext
Functions
Functions
call
Link copied to clipboard
inline suspend fun <
T
>
Functions
.
call
(name:
String
, vararg args:
Any
?):
T
Content copied to clipboard
Invokes an Atlas function.
customDataAsBsonDocument
Link copied to clipboard
inline fun
User
.
customDataAsBsonDocument
():
BsonDocument
?
Content copied to clipboard
Return the custom user data associated with the user in the Realm App as
BsonDocument
.
profileAsBsonDocument
Link copied to clipboard
inline fun
User
.
profileAsBsonDocument
():
BsonDocument
Content copied to clipboard
Returns the profile for this user as
BsonDocument
.